home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / math / linear / VecAdd < prev    next >
Encoding:
Text File  |  1987-02-09  |  57 b   |  4 lines

  1. (* Vector addition *)
  2. DEF VecAdd AS trans | EACH + END;
  3.  
  4.